home *** CD-ROM | disk | FTP | other *** search
/ Family Forum 262 / SOMC Family Forum 262.iso / somc.dir / 00023_Mag offer Button.ls < prev    next >
Encoding:
Text File  |  1999-03-23  |  305 b   |  20 lines

  1. on mouseEnter
  2.   if not count(the windowList) then
  3.     doRollover(23, 2)
  4.   end if
  5. end
  6.  
  7. on mouseLeave
  8.   if not count(the windowList) then
  9.     doRollout(23)
  10.   end if
  11. end
  12.  
  13. on mouseUp
  14.   glowClear()
  15.   doClick()
  16.   cursor(0)
  17.   set the fileName of window "MAGOFFER" to "@\SOMC\MAGOFFER"
  18.   openMIAW("MAGOFFER")
  19. end
  20.